home *** CD-ROM | disk | FTP | other *** search
- -- background: 19100 from stack: in
- -- bmap block id: 19354
- -- flags: 0000
- -- background id: 0
- -- name: termBack
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=430 top=317 right=342 bottom=458
- -- title width / last selected line: 0
- -- icon id / first selected line: 18611 / 18611
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: prev
- ----- HyperTalk script -----
- on mouseUp
- visual scroll right
- go prev
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=457 top=317 right=342 bottom=485
- -- title width / last selected line: 0
- -- icon id / first selected line: 18612 / 18612
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: next
- ----- HyperTalk script -----
- on mouseUp
- visual scroll left
- go next
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=484 top=317 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 18613 / 18613
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: return
- ----- HyperTalk script -----
- on mouseUp
- pop card into lastPush
- if the short name of this stack is not in lastPush then
- visual dissolve
- go card "Map"
- else
- visual dissolve
- go lastPush
- end if
- end mouseUp
-
-
-
- -- part 4 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=128 top=0 right=22 bottom=508
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 21
- -- text size: 18
- -- style flags: 10240
- -- line height: 19
- -- part name: Title
-
-
- -- part 5 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=128 top=22 right=44 bottom=508
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 21
- -- text size: 18
- -- style flags: 0
- -- line height: 20
- -- part name: cardTitle
-
-
- -- part 6 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=128 top=70 right=313 bottom=509
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 156
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: cardText
-
-
- -- part 10 (field)
- -- low flags: 81
- -- high flags: 0002
- -- rect: left=0 top=330 right=342 bottom=71
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: link
-
-
- -- part 11 (field)
- -- low flags: 81
- -- high flags: 0002
- -- rect: left=78 top=328 right=342 bottom=154
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Card number
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=442 top=3 right=18 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 2304
- -- line height: 12
- -- part name: Contents
- ----- HyperTalk script -----
- on mouseup
- push card
- visual dissolve
- go to card "Toc"
- end mouseup
-
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=466 top=23 right=38 bottom=499
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Map
- ----- HyperTalk script -----
- on mouseup
- push card
- visual dissolve
- go to card "map1"
- end mouseup
-
-